home *** CD-ROM | disk | FTP | other *** search
/ Freelog 67 / Freelog067.iso / Nouveautés / Httract / httrack-3.33.exe / {app} / libtest / example.h < prev    next >
C/C++ Source or Header  |  2002-10-31  |  1KB  |  28 lines

  1. /*
  2.     HTTrack library example
  3.     .h file
  4. */
  5.  
  6. #ifdef __WIN32
  7. #define CDECL __cdecl
  8. #else
  9. #define CDECL
  10. #endif
  11.  
  12. void  CDECL httrack_wrapper_init(void);
  13. void  CDECL httrack_wrapper_uninit(void);
  14. int   CDECL httrack_wrapper_start(httrackp* opt);
  15. int   CDECL httrack_wrapper_chopt(httrackp* opt);
  16. int   CDECL httrack_wrapper_end(void); 
  17. int   CDECL httrack_wrapper_checkhtml(char* html,int len,char* url_adresse,char* url_fichier);
  18. int   CDECL httrack_wrapper_loop(void* _back,int back_max,int back_index,int lien_n,int lien_tot,int stat_time,hts_stat_struct* stats);
  19. char* CDECL httrack_wrapper_query(char* question);
  20. char* CDECL httrack_wrapper_query2(char* question);
  21. char* CDECL httrack_wrapper_query3(char* question);
  22. int   CDECL httrack_wrapper_check(char* adr,char* fil,int status);
  23. void  CDECL httrack_wrapper_pause(char* lockfile);
  24. void  CDECL httrack_wrapper_filesave(char* file);
  25. int   CDECL httrack_wrapper_linkdetected(char* link);
  26. int   CDECL httrack_wrapper_xfrstatus(void* back);
  27.  
  28.